Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black fill over group when loaded from JSON #3156

Closed
moeloubani opened this issue Aug 10, 2016 · 1 comment
Closed

Black fill over group when loaded from JSON #3156

moeloubani opened this issue Aug 10, 2016 · 1 comment

Comments

@moeloubani
Copy link

Version

1.6.2

Test Case

http://jsfiddle.net/qPLY6/64/

Steps to reproduce

Just load the page

Expected Behavior

The fill of the rectangle should be red.

Actual Behavior

The fill of the rectangle is black.

@moeloubani
Copy link
Author

moeloubani commented Aug 10, 2016

Looks like that example is just out of date, I just had to update it to include the isAlreadyGrouped parameter in the initialize function and the callToSuper one

initialize : function(objects, options, isAlreadyGrouped) {
        options || ( options = { });
        this.callSuper('initialize', objects, options, isAlreadyGrouped);
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant